Index: src_plugins/export_openems/export_openems.c =================================================================== --- src_plugins/export_openems/export_openems.c (revision 15456) +++ src_plugins/export_openems/export_openems.c (revision 15457) @@ -513,11 +513,11 @@ } fprintf(ctx->f, "%%%%%% Board mesh, part 2\n"); - fprintf(ctx->f, "mesh.x=["); + fprintf(ctx->f, "mesh.y=["); openems_write_mesh_lines(ctx, &mesh->line[PCB_MESH_HORIZONTAL]); fprintf(ctx->f, "];\n"); - fprintf(ctx->f, "mesh.y=["); + fprintf(ctx->f, "mesh.x=["); openems_write_mesh_lines(ctx, &mesh->line[PCB_MESH_VERTICAL]); fprintf(ctx->f, "];\n");