T
tscircuit
The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.
JoinT
tscircuit
The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.
JoinSeve - @i use arch btw. nice fix on the math-ut...
@i use arch btw. nice fix on the math-utils, merged it and doing the rename/deprecation of the old fn. Something I wanted to mention: You can use
yalc
to publish to a "local registry" for testing modules so you don't have to wait to merge. thanks for the contrib 😁Sofiane - @Seve I think the new prop should liv...
@Seve concern this issue https://github.com/tscircuit/core/issues/1348 I think it will be better if new props incorporated to tscircuit/prop' repo
0hmx - Why do we not use something like path pa...
Why do we not use something like path path-finding algo (say a* or something else) and add constraints like 90-degree turns only, and the minimum amount of turns! use rules to get the behavior we want! I do not have much knowledge in circuit design so this could be a dumb question just curious to know the answer
Anas - @Seve polygon pcb smtpads not drown in c...
@Seve polygon pcb smtpads not drown in core using toMatchPcbSnapshot
i fixed it here: https://github.com/
i fixed it here: https://github.com/tscircuit/core/pull/1344/files but your main branch is really weird, you might want to start over and just pull the relevant files
we’ll need to add an new basic part column for it for all component
@Seve @Rishabh we’ll need to add an new basic part column for it for all component— basic_part.
https://github.com/tscircuit/tscircuit/issues/781...
ugh @shibo i just realized that the file
ugh @shibo i just realized that the file server doesn't support uploading binary and that could be why there were artifact issues with loading GLBs, I think static paths is still the right move but unfortunate

Prevent schematic traces from being draw...
Hi, I am trying to solve issue https://github.com/tscircuit/core/issues/1264 but I'm having trouble finding a good solution. The idea that comes to mind is to introduce 'keep-out' regions in the space where the solver is not allowed to place line traces. This would require adding a new parameter to the InputProblem to define the dimensions of the text labels. Am I on the right path?
just updating with one dep in core, all
just updating with one dep in core, all failed due to snapshot updating , is there any way to skip previous snapshot and directly get updated snapshot,
