Skip to content

Commit

Permalink
Added date field to schematic title block
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-C committed Sep 6, 2022
1 parent aeb9b12 commit ca64998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion title-blocks/oresat-schematic-title-block.kicad_wks
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
(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 "Contributors: ${CONTRIBUTOR}" (name "") (pos 409.58 6.9))
(line (name "") (start 409.72 8.5) (end 329.09 8.5))
(tbtext "Rev: ${REVISION}" (name "") (pos 408.81 10.71) (font bold))
(tbtext "Id: ${#}/${##}" (name "") (pos 368.17 4.1) (comment "Sheet id")
Expand Down Expand Up @@ -2503,4 +2502,6 @@
(data "8C D5 7F 1E E3 07 34 58 90 31 ED 00 00 00 00 49 45 4E 44 AE 42 60 82 ")
)
)
(tbtext "Date: ${ISSUE_DATE}" (name "") (pos 409.608 4.224))
(tbtext "PSAS / OreSat" (name "") (pos 409.608 6.764))
)

0 comments on commit ca64998

Please sign in to comment.