Home
last modified time | relevance | path

Searched refs:MAX_PADSIZE (Results 1 – 2 of 2) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/
H A Dglobalconst.h84 #define MAX_PADSIZE LARGE_VALUE /* max size of a pad */ macro
/dports/cad/pcb/pcb-4.2.0/src/
H A Dchange.c572 if (new_value <= MAX_PADSIZE && new_value >= MIN_PADSIZE && new_value != Pad->Thickness) in ChangePadSize()