Index: thermal.c =================================================================== --- thermal.c (revision 19241) +++ thermal.c (revision 19242) @@ -733,6 +733,7 @@ case PCB_THERMAL_NOSHAPE: { pcb_pstk_proto_t *proto = pcb_pstk_get_proto(ps); +#warning slot TODO: this is hole centric return pcb_poly_from_circle(ps->x, ps->y, proto->hdia/2 + clearance); } case PCB_THERMAL_SOLID: return NULL;