Skip to content

Commit 2106073

Browse files
authored
Merge pull request #37 from tscircuit/pup2
Straw Solver
2 parents 9bfacb3 + af30f9a commit 2106073

File tree

49 files changed

+289741
-4314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+289741
-4314
lines changed

examples/assets/keyboard3.json

Lines changed: 1636 additions & 0 deletions
Large diffs are not rendered by default.

examples/assets/meshunderobstacle1.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,28 @@
5151
"type": "rect",
5252
"layers": ["top"],
5353
"connectedTo": []
54+
},
55+
{
56+
"center": {
57+
"x": 50,
58+
"y": 90
59+
},
60+
"width": 10,
61+
"height": 10,
62+
"type": "rect",
63+
"layers": ["top"],
64+
"connectedTo": ["trace1"]
65+
},
66+
{
67+
"center": {
68+
"x": 10,
69+
"y": 10
70+
},
71+
"width": 10,
72+
"height": 10,
73+
"type": "rect",
74+
"layers": ["bottom"],
75+
"connectedTo": ["trace1"]
5476
}
5577
],
5678
"connections": [
@@ -60,7 +82,7 @@
6082
{
6183
"x": 10,
6284
"y": 10,
63-
"layer": "top"
85+
"layer": "bottom"
6486
},
6587
{
6688
"x": 50,

0 commit comments

Comments
 (0)