1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-21 22:55:26 +02:00

Added the ability to have more than one grid on a PCB.

This commit is contained in:
Chris Palmer
2023-05-08 19:56:53 +01:00
parent e81dcfdbd8
commit d0ae8ca216
5 changed files with 29 additions and 23 deletions

View File

@@ -87,7 +87,9 @@ test_pcb = ["test_pcb", "Test PCB",
[ 45, 35, 0, "2p54header", 4, 1],
[ 60, 35, 0, "2p54header", 5, 1, false, "blue" ],
[ 60, 40, 180, "2p54header", 5, 1, false, undef, true],
[ 80, 33, 0, "2p54boxhdr", 4, 2],
[ 80, 40, 0, "2p54boxhdr", 4, 2, false, true, true],
[ 45, 30, 0, "2p54socket", 4, 1, false, 0, false, "red" ],
[ 60, 30, 0, "2p54socket", 6, 1],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 192 KiB