Skip to content

Commit 2d680d2

Browse files
committed
Add exported PDF schematics
1 parent fd66fd6 commit 2d680d2

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

KiCad/CodyComputer/CodyComputer.kicad_pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
"workbook_filename": ""
440440
},
441441
"page_layout_descr_file": "../CodyDrawingSheets/CodySchematicLayout.kicad_wks",
442-
"plot_directory": "./Plot",
442+
"plot_directory": "",
443443
"spice_adjust_passive_values": false,
444444
"spice_external_command": "spice \"%I\"",
445445
"subpart_first_id": 65,

KiCad/CodyComputer/IO.kicad_sch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,7 @@
27862786
(property "Reference" "J9" (id 0) (at 207.772 152.5016 0)
27872787
(effects (font (size 1.27 1.27)) (justify left))
27882788
)
2789-
(property "Value" "" (id 1) (at 207.772 154.813 0)
2789+
(property "Value" "Joystick 2" (id 1) (at 207.772 154.813 0)
27902790
(effects (font (size 1.27 1.27)) (justify left))
27912791
)
27922792
(property "Footprint" "Connector_Dsub:DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm" (id 2) (at 203.2 153.67 0)
@@ -3030,7 +3030,7 @@
30303030
(property "Reference" "J8" (id 0) (at 207.772 104.2416 0)
30313031
(effects (font (size 1.27 1.27)) (justify left))
30323032
)
3033-
(property "Value" "" (id 1) (at 207.772 106.553 0)
3033+
(property "Value" "Joystick 1" (id 1) (at 207.772 106.553 0)
30343034
(effects (font (size 1.27 1.27)) (justify left))
30353035
)
30363036
(property "Footprint" "Connector_Dsub:DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm" (id 2) (at 203.2 105.41 0)

KiCad/CodyKeyboard/CodyKeyboard.kicad_pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
"workbook_filename": ""
419419
},
420420
"page_layout_descr_file": "../CodyDrawingSheets/CodySchematicLayout.kicad_wks",
421-
"plot_directory": "./Plot",
421+
"plot_directory": "",
422422
"spice_adjust_passive_values": false,
423423
"spice_external_command": "spice \"%I\"",
424424
"subpart_first_id": 65,

KiCad/CodyKeyboard/CodyKeyboard.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147
(property "Reference" "J1" (id 0) (at 221.6912 98.4504 0)
11481148
(effects (font (size 1.27 1.27)) (justify right))
11491149
)
1150-
(property "Value" "" (id 1) (at 221.6912 100.7618 0)
1150+
(property "Value" "Keyboard Connector" (id 1) (at 221.6912 100.7618 0)
11511151
(effects (font (size 1.27 1.27)) (justify right))
11521152
)
11531153
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x11_P2.54mm_Horizontal" (id 2) (at 220.98 97.79 0)

PDF/CodyCartridge.pdf

50.7 KB
Binary file not shown.

PDF/CodyComputer.pdf

256 KB
Binary file not shown.

PDF/CodyKeyboard.pdf

52.3 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Each subdirectory contains a portion of the design:
88

99
- `KiCad` contains the design files for the Cody Computer's electronics.
1010
- `OpenSCAD` contains the design files for the Cody Computer's printable parts.
11-
- `STL` contains the generated STL files suitable for slicing and printing.
11+
- `PDF` contains generated PDFs of the KiCad schematics.
1212
- `Spin` contains the Propeller `.spin` files for the Propeller's firmware.
13+
- `STL` contains the generated STL files suitable for slicing and printing.
1314
- `Tass` contains the `64tass` assembly files for Cody BASIC and demo programs.
1415
- `CodyBASIC` contains some sample Cody BASIC programs used for demo purposes.
15-
16-
All design files and sources are released under the GPL version 3. The
17-
Cody Computer Book included with the sources is not but may be freely
16+
17+
All design files and sources are released under the GPL version 3. __The
18+
Cody Computer Book__ included with the sources is not but may be freely
1819
distributed.
1920

2021
Note that the book is still in draft form and updates will be made to

0 commit comments

Comments
 (0)