Index: io_hyp.c =================================================================== --- io_hyp.c (revision 27372) +++ io_hyp.c (revision 27373) @@ -52,6 +52,9 @@ int io_hyp_fmt(pcb_plug_io_t * ctx, pcb_plug_iot_t typ, int wr, const char *fmt) { + if (wr && (typ & PCB_IOT_FOOTPRINT)) /* no footprint write */ + return 0; + if (strcmp(ctx->description, fmt) == 0) return 200;