Skip to content

Fix default nominal trace width for krt autorouter routes#2297

Merged
MustafaMulla29 merged 1 commit into
mainfrom
fix/width
May 13, 2026
Merged

Fix default nominal trace width for krt autorouter routes#2297
MustafaMulla29 merged 1 commit into
mainfrom
fix/width

Conversation

@MustafaMulla29
Copy link
Copy Markdown
Contributor

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tscircuit-core-benchmarks Ready Ready Preview, Comment May 13, 2026 10:29am

Request Review

const isSingleLayerBoard = this._getSubcircuitLayerCount() === 1

const minTraceWidth = Number(props.minTraceWidth ?? 0.15)
const nominalTraceWidth = Number(props.nominalTraceWidth ?? 0.15)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seveibar Should the nominalTraceWidth be 0.15?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so! But we should import this frome somewhere maybe so that we have it encoded… is it jlcpcb recommended trace size or something?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jlcpcb capabilities page don't have anything as optimal size, it's just they have 0.10 as min trace width. So, I think 0.15 is okay

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Copy Markdown
Member

@imrishabh18 imrishabh18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confirm from Seve about the default value for this, or if there shouldn't be any default value

@MustafaMulla29 MustafaMulla29 requested a review from seveibar May 13, 2026 14:28
@MustafaMulla29 MustafaMulla29 merged commit c7050b9 into main May 13, 2026
16 checks passed
@MustafaMulla29 MustafaMulla29 deleted the fix/width branch May 13, 2026 19:55
@tscircuitbot
Copy link
Copy Markdown
Contributor


Thank you for your contribution! 🎉

PR Rating: ⭐⭐⭐
Impact: Major

Track your contributions and see the leaderboard at: tscircuit Contribution Tracker


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants