Index: trunk/src_plugins/export_openems/openems_xml.c =================================================================== --- trunk/src_plugins/export_openems/openems_xml.c (revision 32019) +++ trunk/src_plugins/export_openems/openems_xml.c (revision 32020) @@ -156,7 +156,6 @@ rnd_cardinal_t gid; int err = 0; - fprintf(ctx->f, " \n"); ectx.view.X1 = 0; ectx.view.Y1 = 0; @@ -173,8 +172,6 @@ err |= openems_wr_xml_grp_substrate(ctx, g); } - - fprintf(ctx->f, " \n"); return err; } @@ -312,9 +309,10 @@ fprintf(ctx->f, " \n"); fprintf(ctx->f, " \n", ctx->options[HA_void_epsilon].dbl, ctx->options[HA_void_mue].dbl); + fprintf(ctx->f, " \n"); err |= openems_wr_xml_layers(ctx); - openems_wr_testpoints(ctx, ctx->pcb->Data); + fprintf(ctx->f, " \n"); openems_wr_xml_grid(ctx, mesh); fprintf(ctx->f, " \n");