Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix schematic traces routing through symbols #578

Open
seveibar opened this issue Jan 27, 2025 · 4 comments
Open

Fix schematic traces routing through symbols #578

seveibar opened this issue Jan 27, 2025 · 4 comments

Comments

@seveibar
Copy link
Contributor

Image

/bounty $20

Copy link

algora-pbc bot commented Jan 27, 2025

💎 $20 bounty • tscircuit

Steps to solve:

  1. Start working: Comment /attempt #578 with your implementation plan
  2. Submit work: Create a pull request including /claim #578 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to tscircuit/core!

Add a bountyShare on socials

@techmannih
Copy link
Contributor

@seveibar, please provide the code in a way that makes it easy to test

@Rishikesh63
Copy link

Image
I think it's right

@seveibar
Copy link
Contributor Author

seveibar commented Feb 8, 2025

Here is a reproduction @Rishikesh63

export default () => (
  <board width="10mm" height="10mm">
    <resistor
      resistance="1k"
      footprint="0402"
      name="R1"
      schX={-3}
      pcbX={3}
    />
    <capacitor
      capacitance="1000pF"
      footprint="0402"
      name="C1"
      schX={3}
      pcbX={-3}
    />
    <trace from=".R1 > .pin1" to=".C1 > .pin1" />
  </board>
)

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

No branches or pull requests

3 participants