Index: faq.html =================================================================== --- faq.html (revision 19837) +++ faq.html (revision 19838) @@ -37,6 +37,19 @@
  • make sure there is a layer in each group that has auto in the comb flags - padstack side effects will land only on auto layers; auto layers are indicated with white hatching in the layer selector's layer color +

    DSN format

    +

    There are no holes in padstacks on import

    +

    +The DSN format was originally designed for autorouting; an autorouter doesn't +need to know the geometry of a hole, assuming copper annulus is always around +the hole. Thus old versions of the file format simply does not have a way +to describe holes. +

    +Some software extended the format and use a hole directive that pcb-rnd +picks up - but if the file does not contain holes, pcb-rnd can't improvise them. +

    +You can use query() to find offending padstacks and use propset() or +the padstack editor to install the holes.