Index: src_plugins/export_openems/openems_xml.c =================================================================== --- src_plugins/export_openems/openems_xml.c (revision 31995) +++ src_plugins/export_openems/openems_xml.c (revision 31996) @@ -41,6 +41,7 @@ static void openems_wr_xml_layergrp_begin(wctx_t *ctx, pcb_layergrp_t *g) { openems_wr_xml_layergrp_end(ctx); +TODO("Fix hardwired constants"); fprintf(ctx->f, " \n", g->name); fprintf(ctx->f, " \n"); ctx->cond_sheet_open = 1;