Index: io_autotrax.c =================================================================== --- io_autotrax.c (revision 27372) +++ io_autotrax.c (revision 27373) @@ -50,6 +50,9 @@ int io_autotrax_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;