Index: src_plugins/export_xy/xy.c =================================================================== --- src_plugins/export_xy/xy.c (revision 26596) +++ src_plugins/export_xy/xy.c (revision 26597) @@ -225,8 +225,7 @@ if (!(pcb_layer_flags_(ly) & PCB_LYT_COPPER)) continue; } -TODO(": we should have the copper bbox only, but this bbox includes the clearance!") - pcb_box_bump_box(&box, &o->BoundingBox); + pcb_box_bump_box(&box, &o->bbox_naked); } } }