pcb

Comment 1 for bug 904821

Revision history for this message
Andrew Poelstra (asp11) wrote :

This is a deliberate check that is not present for pads or pins:

action.c: 4328: if (via->Mask && via->Mask < via->Thickness + value)

The fix would be to simply remove the "via->Mask &&", but why was that there in the first place?