diff options
| author | Julian Blake Kongslie | 2022-04-02 09:47:27 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-04-02 09:47:27 -0700 |
| commit | a516d4656c3acc8ca71c225c52e5e58b7e88f23c (patch) | |
| tree | 9e0423b33eedd8fbbf608dc49f0d6e6eca34d492 /muckle.kicad_pro | |
| parent | Initial commit. (diff) | |
| download | muckle-main.tar.xz | |
Diffstat (limited to '')
| -rw-r--r-- | muckle.kicad_pro | 106 |
1 files changed, 100 insertions, 6 deletions
diff --git a/muckle.kicad_pro b/muckle.kicad_pro index 2700ea4..1e907c1 100644 --- a/muckle.kicad_pro +++ b/muckle.kicad_pro | |||
| @@ -2,26 +2,120 @@ | |||
| 2 | "board": { | 2 | "board": { |
| 3 | "design_settings": { | 3 | "design_settings": { |
| 4 | "defaults": { | 4 | "defaults": { |
| 5 | "board_outline_line_width": 0.1, | 5 | "board_outline_line_width": 0.09999999999999999, |
| 6 | "copper_line_width": 0.2, | 6 | "copper_line_width": 0.19999999999999998, |
| 7 | "copper_text_italic": false, | ||
| 7 | "copper_text_size_h": 1.5, | 8 | "copper_text_size_h": 1.5, |
| 8 | "copper_text_size_v": 1.5, | 9 | "copper_text_size_v": 1.5, |
| 9 | "copper_text_thickness": 0.3, | 10 | "copper_text_thickness": 0.3, |
| 11 | "copper_text_upright": false, | ||
| 12 | "courtyard_line_width": 0.049999999999999996, | ||
| 13 | "dimension_precision": 4, | ||
| 14 | "dimension_units": 3, | ||
| 15 | "dimensions": { | ||
| 16 | "arrow_length": 1270000, | ||
| 17 | "extension_offset": 500000, | ||
| 18 | "keep_text_aligned": true, | ||
| 19 | "suppress_zeroes": false, | ||
| 20 | "text_position": 0, | ||
| 21 | "units_format": 1 | ||
| 22 | }, | ||
| 23 | "fab_line_width": 0.09999999999999999, | ||
| 24 | "fab_text_italic": false, | ||
| 25 | "fab_text_size_h": 1.0, | ||
| 26 | "fab_text_size_v": 1.0, | ||
| 27 | "fab_text_thickness": 0.15, | ||
| 28 | "fab_text_upright": false, | ||
| 10 | "other_line_width": 0.15, | 29 | "other_line_width": 0.15, |
| 30 | "other_text_italic": false, | ||
| 31 | "other_text_size_h": 1.0, | ||
| 32 | "other_text_size_v": 1.0, | ||
| 33 | "other_text_thickness": 0.15, | ||
| 34 | "other_text_upright": false, | ||
| 35 | "pads": { | ||
| 36 | "drill": 0.762, | ||
| 37 | "height": 1.524, | ||
| 38 | "width": 1.524 | ||
| 39 | }, | ||
| 11 | "silk_line_width": 0.15, | 40 | "silk_line_width": 0.15, |
| 41 | "silk_text_italic": false, | ||
| 12 | "silk_text_size_h": 1.0, | 42 | "silk_text_size_h": 1.0, |
| 13 | "silk_text_size_v": 1.0, | 43 | "silk_text_size_v": 1.0, |
| 14 | "silk_text_thickness": 0.15 | 44 | "silk_text_thickness": 0.15, |
| 45 | "silk_text_upright": false, | ||
| 46 | "zones": { | ||
| 47 | "45_degree_only": false, | ||
| 48 | "min_clearance": 0.508 | ||
| 49 | } | ||
| 15 | }, | 50 | }, |
| 16 | "diff_pair_dimensions": [], | 51 | "diff_pair_dimensions": [], |
| 17 | "drc_exclusions": [], | 52 | "drc_exclusions": [], |
| 53 | "meta": { | ||
| 54 | "version": 2 | ||
| 55 | }, | ||
| 56 | "rule_severities": { | ||
| 57 | "annular_width": "error", | ||
| 58 | "clearance": "error", | ||
| 59 | "copper_edge_clearance": "error", | ||
| 60 | "courtyards_overlap": "error", | ||
| 61 | "diff_pair_gap_out_of_range": "error", | ||
| 62 | "diff_pair_uncoupled_length_too_long": "error", | ||
| 63 | "drill_out_of_range": "error", | ||
| 64 | "duplicate_footprints": "warning", | ||
| 65 | "extra_footprint": "warning", | ||
| 66 | "footprint_type_mismatch": "error", | ||
| 67 | "hole_clearance": "error", | ||
| 68 | "hole_near_hole": "error", | ||
| 69 | "invalid_outline": "error", | ||
| 70 | "item_on_disabled_layer": "error", | ||
| 71 | "items_not_allowed": "error", | ||
| 72 | "length_out_of_range": "error", | ||
| 73 | "malformed_courtyard": "error", | ||
| 74 | "microvia_drill_out_of_range": "error", | ||
| 75 | "missing_courtyard": "ignore", | ||
| 76 | "missing_footprint": "warning", | ||
| 77 | "net_conflict": "warning", | ||
| 78 | "npth_inside_courtyard": "ignore", | ||
| 79 | "padstack": "error", | ||
| 80 | "pth_inside_courtyard": "ignore", | ||
| 81 | "shorting_items": "error", | ||
| 82 | "silk_over_copper": "warning", | ||
| 83 | "silk_overlap": "warning", | ||
| 84 | "skew_out_of_range": "error", | ||
| 85 | "through_hole_pad_without_hole": "error", | ||
| 86 | "too_many_vias": "error", | ||
| 87 | "track_dangling": "warning", | ||
| 88 | "track_width": "error", | ||
| 89 | "tracks_crossing": "error", | ||
| 90 | "unconnected_items": "error", | ||
| 91 | "unresolved_variable": "error", | ||
| 92 | "via_dangling": "warning", | ||
| 93 | "zone_has_empty_net": "error", | ||
| 94 | "zones_intersect": "error" | ||
| 95 | }, | ||
| 18 | "rules": { | 96 | "rules": { |
| 97 | "allow_blind_buried_vias": false, | ||
| 98 | "allow_microvias": false, | ||
| 99 | "max_error": 0.005, | ||
| 100 | "min_clearance": 0.0, | ||
| 19 | "min_copper_edge_clearance": 0.0, | 101 | "min_copper_edge_clearance": 0.0, |
| 102 | "min_hole_clearance": 0.25, | ||
| 103 | "min_hole_to_hole": 0.25, | ||
| 104 | "min_microvia_diameter": 0.19999999999999998, | ||
| 105 | "min_microvia_drill": 0.09999999999999999, | ||
| 106 | "min_silk_clearance": 0.0, | ||
| 107 | "min_through_hole_diameter": 0.3, | ||
| 108 | "min_track_width": 0.19999999999999998, | ||
| 109 | "min_via_annular_width": 0.049999999999999996, | ||
| 110 | "min_via_diameter": 0.39999999999999997, | ||
| 20 | "solder_mask_clearance": 0.0, | 111 | "solder_mask_clearance": 0.0, |
| 21 | "solder_mask_min_width": 0.0 | 112 | "solder_mask_min_width": 0.0, |
| 113 | "use_height_for_length_calcs": true | ||
| 22 | }, | 114 | }, |
| 23 | "track_widths": [], | 115 | "track_widths": [], |
| 24 | "via_dimensions": [] | 116 | "via_dimensions": [], |
| 117 | "zones_allow_external_fillets": false, | ||
| 118 | "zones_use_no_outline": true | ||
| 25 | }, | 119 | }, |
| 26 | "layer_presets": [] | 120 | "layer_presets": [] |
| 27 | }, | 121 | }, |
| @@ -276,7 +370,7 @@ | |||
| 276 | "step": "", | 370 | "step": "", |
| 277 | "vrml": "" | 371 | "vrml": "" |
| 278 | }, | 372 | }, |
| 279 | "page_layout_descr_file": "" | 373 | "page_layout_descr_file": "blank.kicad_wks" |
| 280 | }, | 374 | }, |
| 281 | "schematic": { | 375 | "schematic": { |
| 282 | "annotate_start_num": 0, | 376 | "annotate_start_num": 0, |
