Index: toolpath.c =================================================================== --- toolpath.c (revision 28397) +++ toolpath.c (revision 28398) @@ -432,7 +432,7 @@ trace_contour(pcb, result, 0, 1000); -/* rem = fix_overcuts(pcb, result);*/ + rem = fix_overcuts(pcb, result); if (rem != 0) pcb_message(PCB_MSG_WARNING, "toolpath: had to remove %ld cuts, there might be short circuits;\ncheck your clearance vs. tool size!\n", rem);