Index: export_openems.c =================================================================== --- export_openems.c (revision 25489) +++ export_openems.c (revision 25490) @@ -622,7 +622,7 @@ openems_write_outline(&wctx); fprintf(wctx.f, "%%%%%% Copper objects\n"); - pcb_hid_expose_all(&openems_hid, &ctx, NULL); + pcbhl_expose_main(&openems_hid, &ctx, NULL); fprintf(wctx.f, "%%%%%% Port(s) on terminals\n"); openems_write_testpoints(&wctx, wctx.pcb->Data);