fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4k stars 828 forks source link

Change size of drillholes on board layout #3786

Open atomroflman opened 3 years ago

atomroflman commented 3 years ago

Hey Fritzing Team,

I am wondering, why it isn't possible to change the size of the drill holes for a component without creating a new one? Couldn't the drill holes be added to the properties of a component or be a property of the contact shape?

KjellMorgenstern commented 3 years ago

This would become available with implementation of #3746

mMerlin commented 3 years ago

Actually, #3746 as written would allow for the inclusion of optional, and potentially multiple variations of drill holes in a part, but they would have to be explicitly included in each part. What is really wanted here, is to have access to the "advanced settings" properties available for the pin header and some other parts. I would extend that to have additional features, like turning all or specific pins from the standard circle into square or oblong pads. Fritzing already uses the position, radius, stroke-width from the svg file to define the properties. Conceptually it would seem practical to override those using (optional) information supplied through Inspector. Per part, per pin, or per group of pins (for parts with multiple headers).