← Back to community index
# contributor·Active

Seve - Can someone look into this? https://gith...

Can someone look into this? https://github.com/tscircuit/tscircuit.com/issues/3704

Started by SeveJun 25, 202619 messages

Discussion

Last active 17 days ago · plain text
Seveoriginal post
Can someone look into this? https://github.com/tscircuit/tscircuit.com/issues/3704
Abse
<@757706909351411845>
Abse
Shared an attachment
Abse
just remove autorouter="sequential-trace"
Seve
oop
Seve
well i guess the issue is just to throw on sequential trace autorouting for that case "Not supported in sequential trace autorouter"
Abse
where we can chagne this ?
Seve
core
Seve
i think if core detects any sequential trace autorouting issue it should recommend turning it off haha
Abse
tbh why do we still have it ?
Seve
just legacy support- a lot of people unfortunately use it- we could create a "deprecation_warning" circuit json thing and have it emit
Seve
ai seems to like it because it does make the autorouting more predictable
Abse
<@757706909351411845> ``` const PassiveInSubcircuit = () => ( <subcircuit name="PassiveBlock" pcbX={2} pcbY={0} autorouter="sequential_trace" > <resistor name="R1" resistance="10k" footprint="0805" pcbX={0} pcbY={0} /> <trace from=".R1 > .pin2" to="net.GND" /> </subcircuit> ) export default () => ( <board width="10mm" height="7mm" autorouter="sequential_trace"> <pinheader name="J1" pinCount={1} footprint="pinrow1" pcbX={-3} pcbY={0} connections={{ pin1: "net.GND" }} /> <PassiveInSubcircuit /> <trace from=".J1 > .pin1" to=".PassiveBlock > net.GND" /> <copperpour name="top_gnd_pour" layer="top" connectsTo="net.GND" padMargin="0.25mm" traceMargin="0.2mm" /> </board> ) ```
Abse
<@757706909351411845>
Seve
oh why sequential trace for the autorouter
Abse
Oh codex haha
Abse
Same issue tho
Seve
yea it might even be better for snapshot consistency haha
Seve
but ya ya noted

Want to add to the conversation?

Reply in Discord so your notes stay connected to the source.
Continue in Discord ↗