<@757706909351411845>
```You’re right—the common board itself is now failing with a different error.
The capacitor placement issue is fixed. The new problem originates in `tscircuit/core`:
- `Y1` is a four-pin crystal.
- Pins 1 and 3 are oscillator signals.
- Pins 2 and 4 are connected to GND.
- Core currently applies the crystal’s default 10 mm limit to every crystal-connected net, including the entire GND network.
- Some GND endpoints are 20.88 mm apart, so routing is skipped.
The proper fix is in [Crystal.ts](/Users/mustafamulla/Desktop/tscircuit-repos/core/lib/components/normal-components/Crystal.ts:90): apply the 10 mm rule only to signal pins 1 and 3 for four-pin crystals. No `1000mm` workaround is needed.```
is this a valid issue or we have to use `maxTraceLength`/`maxLength`?
Seve
yea that is valid!
Want to add to the conversation?
Reply in Discord so your notes stay connected to the source.