Judson Stephenson
409b18c83d
fix(board-view): frame get_board_2d_view to the board, not the A4 sheet
...
kicad-cli's `pcb export svg` defaults to `--page-size-mode 0` (the full drawing sheet), so only the area inside the sheet is plotted -- board geometry past the page edge is left out. Pass `--exclude-drawing-sheet` and `--page-size-mode 2` (board area only) so the output is sized to the board's bounding box and the full board is rendered. Both flags exist since KiCad 7, so KiCad 8/9 are unaffected.
2026-06-04 15:26:05 -05:00
..
2026-04-18 12:55:41 +01:00
2026-04-18 15:23:00 +01:00
2026-04-12 11:22:39 +01:00
2026-05-19 21:17:25 -04:00
2026-04-29 21:40:39 +01:00
2026-05-18 14:05:10 -04:00
2026-05-18 14:05:14 -04:00
2026-05-01 10:03:49 -07:00
2026-05-18 14:05:18 -04:00
2026-05-18 14:05:26 -04:00
2026-05-18 23:03:38 -04:00
2026-05-18 23:03:38 -04:00
2026-05-23 23:08:23 +02:00
2026-05-18 13:39:30 -04:00
2026-04-12 15:49:15 +01:00
2026-05-18 23:03:34 -04:00
2026-05-19 09:36:33 -04:00
2026-04-08 10:27:53 +02:00
2026-04-12 11:22:39 +01:00
2026-05-18 14:55:54 -04:00
2026-04-14 12:52:17 -04:00
2026-04-12 11:22:39 +01:00
2026-06-04 15:26:05 -05:00
2026-04-12 15:29:46 +01:00
2026-04-29 21:40:39 +01:00
2026-05-03 22:24:14 +01:00
2026-04-15 12:32:09 -04:00
2026-05-18 13:39:22 -04:00
2026-05-18 13:39:26 -04:00
2026-05-18 23:00:22 -04:00
2026-05-30 09:29:22 -04:00
2026-05-24 12:34:47 +02:00
2026-04-15 22:40:14 +10:00
2026-05-18 13:39:33 -04:00
2026-05-30 12:07:03 -04:00
2026-05-23 22:32:15 +02:00
2026-05-22 17:29:34 -04:00
2026-05-03 22:24:14 +01:00
2026-04-12 15:46:32 +01:00
2026-04-12 14:12:11 +01:00
2026-04-12 18:52:46 +01:00
2026-05-03 21:53:21 +01:00
2026-05-18 13:53:37 -04:00
2026-05-18 23:02:17 -04:00
2026-05-03 22:40:34 +01:00
2026-05-18 14:40:13 -04:00
2026-05-18 13:53:34 -04:00
2026-05-03 22:30:17 +01:00
2026-04-12 14:44:12 +01:00
2026-06-03 17:49:04 -04:00
2026-04-12 11:22:39 +01:00
2026-04-21 10:12:52 -07:00
2026-05-28 15:29:00 -04:00
2026-06-03 17:45:17 -04:00
2026-06-03 17:41:12 -04:00
2026-04-18 23:14:29 +01:00
2026-05-29 20:28:15 +03:00
2026-04-12 11:22:39 +01:00
2026-04-12 18:10:55 +01:00
2026-05-22 17:42:39 -04:00
2026-06-01 18:12:36 +05:00
2026-05-30 08:51:46 -04:00
2026-06-02 14:36:22 -07:00
2026-05-18 14:05:22 -04:00
2026-05-23 23:08:23 +02:00
2026-04-12 17:02:35 +01:00
2026-04-26 14:59:47 +01:00