tscircuit

T

tscircuit

The community & user server for tscircuit. Build electronics with React & AI. Render code into schematics, PCBs, 3D, fabrication files, and more.

Join

projects

contributor

support

imadethis

itsme - is there a way to import a chip from ki...

is there a way to import a chip from kicad if i have the .kicad_mod?

pashok - Hello! When i added sma connector i ha...

Hello! When i added sma connector i have only on one side places. On the other side i haven't got. It's okay?
No description

dexis - this gnd net kinda hideous, how can i u...

this gnd net kinda hideous, how can i use a ground symbol? maybe a stupid question, but i'll ask anyway
No description

itsme - how do i add mouse bites to my pcb?

how do i add mouse bites to my pcb?

Arduano - I added a jumper, is this the correct...

I added a jumper, is this the correct pin orientation by default? sorry I'm new to this. I'd assume the short pins would go through the board for soldering and long pins are the dupont male pins ``` <jumper name="SSR"...
No description

Arduano - Hey just to shortcut all this rp2040-...

Hey just to shortcut all this rp2040-zero fighting, can someone please help me get a proper starting point on importing that particular chip into my board with through holes?

Arduano - Just came back from lunch, still figh...

Just came back from lunch, still fighting the rp2040 stuff. The footprint on the tscircuit repo seems off, the spacings are a bit wrong. So I went to look for a kicad footprint online. Found these: https://github.com/crides/kleeb/blob/master/mcu.pretty/rp2040-zero-tht.kicad_mod ...

Arduano - another another issue: pressing "impo...

another another issue: pressing "import component" on a tscircuit component gives a 404
No description

itsme - is there a way to say that pads are int...

is there a way to say that pads are internally conected so that the autorouter doesn't try to connect them externally? (its an rp2040 chip and the autorouter is connecting the IOVDD pins externally causing the routing to fail)

Arduano - Another bug: when looking at "import ...

Another bug: when looking at "import from tscircuit", the images aren't loading. Reproduction: - import from tscircuit - search rp2040-zero - click on the one by seveibar - pcb/schematic tabs don't load images...

Arduano - hey, I was just trying to get started...

hey, I was just trying to get started but it seems like all repos on the site show 404, e.g. https://tscircuit.com/ShiboSoftwareDev/pushbutton-led-tutorialS Basically any one I click ends up with an error/404...
No description

itsme - what repo should i make an issue in if ...

what repo should i make an issue in if the issue is about the errors being a false positive?
No description

Ray Kholodovsky - do you have a way to do a hol...

do you have a way to do a hole with a soldermask pullback ? in kicad this is called an aperture.
ok so I have these as separate things that I could stick inside a tsc <footprint> essentially I have the 2mm non-plated hole, I need a way to say circle 6mm no soldermask here....
No description

Ray Kholodovsky - .com is not rendering a pill ...

.com is not rendering a pill hole for me in PCB. Docs show a magenta oval, I get nothing. 3D does show the cutout though. ``` export default () => ( <board width="10mm" height="10mm">...
No description

Ray Kholodovsky - hole docs page has wrong synt...

hole docs page has wrong syntax, needs to be pcbX and pcbY
No description

xiduzo - maybe a stupic question, but where/how...

maybe a stupic question, but where/how do I actually import the basic components?
No description

Ray Kholodovsky - https://github.com/tscircuit/...

https://github.com/tscircuit/tscircuit/issues/1150 I'd like to bump this as a minor annoyance.
In kicad, I'm used to viewing my footprints in 3d and seeing the pads, traces, drilled holes, etc... in the 3d view....
No description

Ray Kholodovsky - hovering cursor over a trace ...

hovering cursor over a trace should show the netname, don't you think? similar to how hovering over a pad does.