diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-01-04 12:54:16 -0800 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-01-04 12:54:16 -0800 |
| commit | ef02af139abc949b5bb3e0cf837ef2fcde886333 (patch) | |
| tree | 4292bdb0ec1c698aac0e3a96e91f2438ed2c528b | |
| parent | smaller jig (diff) | |
| -rw-r--r-- | proxdongl3.kicad_pro | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/proxdongl3.kicad_pro b/proxdongl3.kicad_pro index deb5e1f..49aac0b 100644 --- a/proxdongl3.kicad_pro +++ b/proxdongl3.kicad_pro @@ -1,6 +1,26 @@ { "board": { - "3dviewports": [], + "3dviewports": [ + { + "name": "90 ccw z", + "ww": 1.0, + "wx": -24.700380325317383, + "wy": -33.223175048828125, + "wz": -16.0, + "xw": 0.0, + "xx": 3.1391647326017846e-07, + "xy": 1.0, + "xz": 0.0, + "yw": 0.0, + "yx": -1.0, + "yy": 3.1391647326017846e-07, + "yz": 0.0, + "zw": 0.0, + "zx": 0.0, + "zy": 0.0, + "zz": 1.0 + } + ], "design_settings": { "defaults": { "apply_defaults_to_fp_fields": false, |