1
0
mirror of synced 2026-04-19 17:13:12 +00:00

fix: clean up schematic for v8

This commit is contained in:
Kamoteshake
2024-08-05 18:50:25 -05:00
parent 281c424b5a
commit 9470854a97
4 changed files with 788 additions and 112 deletions

View File

@@ -0,0 +1,203 @@
(kicad_wks
(version 20231118)
(generator "pl_editor")
(generator_version "8.0")
(setup
(textsize 1.5 1.5)
(linewidth 0.15)
(textlinewidth 0.15)
(left_margin 10)
(right_margin 10)
(top_margin 10)
(bottom_margin 10)
)
(rect
(name "")
(start 110.269 43.1622)
(end 2 2.0002)
(comment "rect around the title block")
)
(rect
(name "")
(start 0 0 ltcorner)
(end 0 0)
(repeat 2)
(incrx 2)
(incry 2)
)
(line
(name "")
(start 50 2 ltcorner)
(end 50 0 ltcorner)
(repeat 30)
(incrx 50)
)
(tbtext "1"
(name "")
(pos 25 1 ltcorner)
(font
(size 1.3 1.3)
)
(repeat 100)
(incrx 50)
)
(line
(name "")
(start 50 2 lbcorner)
(end 50 0 lbcorner)
(repeat 30)
(incrx 50)
)
(tbtext "1"
(name "")
(pos 25 1 lbcorner)
(font
(size 1.3 1.3)
)
(repeat 100)
(incrx 50)
)
(line
(name "")
(start 0 50 ltcorner)
(end 2 50 ltcorner)
(repeat 30)
(incry 50)
)
(tbtext "A"
(name "")
(pos 1 25 ltcorner)
(font
(size 1.3 1.3)
)
(justify center)
(repeat 100)
(incry 50)
)
(line
(name "")
(start 0 50 rtcorner)
(end 2 50 rtcorner)
(repeat 30)
(incry 50)
)
(tbtext "A"
(name "")
(pos 1 25 rtcorner)
(font
(size 1.3 1.3)
)
(justify center)
(repeat 100)
(incry 50)
)
(tbtext "Date: ${ISSUE_DATE}"
(name "")
(pos 87 6.9)
)
(line
(name "")
(start 110 5.5)
(end 2 5.5)
)
(tbtext "${KICAD_VERSION}"
(name "")
(pos 109 4.1)
(comment "Kicad version")
)
(line
(name "")
(start 110 8.5)
(end 2 8.5)
)
(tbtext "Rev: ${REVISION}"
(name "")
(pos 24 6.9)
(font bold)
)
(tbtext "Size: ${PAPER}"
(name "")
(pos 109 6.9)
(comment "Paper format name")
)
(tbtext "Id: ${#}/${##}"
(name "")
(pos 24 4.1)
(comment "Sheet id")
)
(line
(name "")
(start 110 12.5)
(end 2 12.5)
)
(tbtext "Title: ${TITLE}"
(name "")
(pos 109 10.7)
(font
(size 2 2) bold italic)
)
(tbtext "File: ${FILENAME}"
(name "")
(pos 109 14.3)
)
(line
(name "")
(start 110 18.5)
(end 2 18.5)
)
(tbtext "Sheet: ${SHEETPATH}"
(name "")
(pos 109 17)
)
(tbtext "${COMPANY}"
(name "")
(pos 109 20)
(font bold)
(comment "Company name")
)
(tbtext "${COMMENT1}"
(name "")
(pos 109 23)
(comment "Comment 0")
)
(tbtext "${COMMENT2}"
(name "")
(pos 109 26)
(comment "Comment 1")
)
(tbtext "${COMMENT3}"
(name "")
(pos 109 29)
(comment "Comment 2")
)
(tbtext "${COMMENT4}"
(name "")
(pos 109 32)
(comment "Comment 3")
)
(line
(name "")
(start 90 8.5)
(end 90 5.5)
)
(line
(name "")
(start 26 8.5)
(end 26 2)
)
(tbtext "${COMMENT5}"
(name "")
(pos 109 35)
(comment "Comment 3")
)
(tbtext "${COMMENT6}"
(name "")
(pos 109 38)
(comment "Comment 3")
)
(tbtext "${COMMENT7}"
(name "")
(pos 109 41)
(comment "Comment 3")
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -80,6 +80,7 @@
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
"hole_near_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
@@ -1010,6 +1011,7 @@
},
"schematic": {
"annotate_start_num": 0,
"bom_export_filename": "",
"bom_fmt_presets": [],
"bom_fmt_settings": {
"field_delimiter": ",",
@@ -1095,7 +1097,7 @@
"version": 1
},
"net_format_name": "",
"page_layout_descr_file": "",
"page_layout_descr_file": "Drawing\\Custom Sheet.kicad_wks",
"plot_directory": "C:/Users/Redherring32/Documents/OpenTendo.git/trunk/Schematics/",
"spice_adjust_passive_values": false,
"spice_current_sheet_as_root": false,

File diff suppressed because it is too large Load Diff