▲ | crote 18 hours ago | |||||||||||||||||||||||||
Honestly? I want a footprint editor with constraint-based modeling. The datasheets often show measurements like the horizontal distance between the leftmost side of the left-row pads and the rightmost side of the right-most pad, and the distance between the rightmost side of the left-row pads and the leftmost side of the right-row pads. Converting that into the stuff you need to enter in the editor (width of pad, distance between center of pad and center of footprint) isn't hard, but it is cumbersome and error-prone. Being able to directly enter it as constraints[0] would make it literally an order of magnitude easier to input, and it would allow for a simple 1:1 comparison with the datasheet for verification. [0]: Something like https://wiki.freecad.org/images/thumb/7/71/FC_ConstrainedSke... | ||||||||||||||||||||||||||
▲ | seveibar 18 hours ago | parent [-] | |||||||||||||||||||||||||
tscircuit maintainer here, we actually do support constraint-based modeling for footprints, although we don't use it often because we also support "short string" footprints which are often faster | ||||||||||||||||||||||||||
|