Tobias Welz
5ae4bc11c9
fix(layers): use KiCad 9 API for add_layer
...
board.GetLayerStack() was removed in KiCad 9. Call SetLayerName and
SetLayerType directly on the board instead, and grow the copper layer
count via SetCopperLayerCount when adding inner layers. Without this,
add_layer raises AttributeError on any KiCad 9 installation.
2026-04-23 14:01:27 +02:00
..
2026-04-23 14:01:27 +02:00
2026-04-18 15:23:00 +01:00
2026-04-18 15:23:00 +01:00
2026-04-18 23:31:14 +01:00
2026-04-18 15:23:00 +01:00
2026-04-20 15:59:22 -07:00
2026-04-05 23:50:54 +01:00
2026-04-18 15:23:00 +01:00
2026-04-19 10:11:15 -04:00
2026-04-18 15:23:00 +01:00
2026-04-05 23:50:54 +01:00
2026-04-05 23:50:54 +01:00
2026-04-18 15:23:00 +01:00
2026-04-18 15:23:00 +01:00
2026-04-18 15:23:00 +01:00
2026-04-18 15:23:00 +01:00
2026-04-18 12:55:41 +01:00
2026-04-18 15:23:00 +01:00
2026-04-21 09:00:09 -04:00
2026-04-18 15:23:00 +01:00
2026-04-18 15:23:00 +01:00
2026-04-18 15:23:00 +01:00
2026-04-12 18:10:55 +01:00
2026-04-18 15:24:02 +01:00
2026-04-05 23:50:54 +01:00
2026-03-29 13:02:24 +01:00
2026-04-20 15:59:22 -07:00
2026-04-18 15:23:00 +01:00
2026-04-21 09:01:27 -04:00