Index: trunk/src_plugins/io_autotrax/write.c =================================================================== --- trunk/src_plugins/io_autotrax/write.c (revision 14544) +++ trunk/src_plugins/io_autotrax/write.c (revision 14545) @@ -218,6 +218,9 @@ else fputs("FP ", ctx->f); +#warning TODO: figure which is the gnd and which is the power plane +#warning TODO: add checks for thermals: only gnd/pwr can have them, warn for others + pcb_fprintf(ctx->f, "%.0ml %.0ml %.0ml %.0ml %d %.0ml 1 %d\r\n", x+dx, PCB->MaxHeight - (y+dy), w, h, ashape, drill_dia, alayer);