Index: pstk_compat.c =================================================================== --- pstk_compat.c (revision 18853) +++ pstk_compat.c (revision 18854) @@ -666,7 +666,7 @@ break; } - *clearance = ps->Clearance > 0 ? ps->Clearance : tshp->shape[0].clearance; + *clearance = (ps->Clearance > 0 ? ps->Clearance : tshp->shape[0].clearance) * 2; *nopaste = pasten < 0; return pcb_true;