Index: trunk/src_plugins/export_stl/export_stl.c =================================================================== --- trunk/src_plugins/export_stl/export_stl.c (revision 32439) +++ trunk/src_plugins/export_stl/export_stl.c (revision 32440) @@ -309,7 +309,7 @@ pcb_poly_t *poly; if (!PCB_LAYER_IS_ROUTE(lyt, purpi)) continue; - rnd_trace("Outline [%ld]\n", lid); +/* rnd_trace("Outline [%ld]\n", lid);*/ PCB_LINE_LOOP(layer) { if (PCB_DFLAG_TEST(&line->Flags, df)) continue; /* object already found - either as outline or as a cutout */ poly = pcb_topoly_conn_with(pcb, (pcb_any_obj_t *)line, PCB_TOPOLY_FLOATING, df); Index: trunk/src_plugins/export_stl/stl_models.c =================================================================== --- trunk/src_plugins/export_stl/stl_models.c (revision 32439) +++ trunk/src_plugins/export_stl/stl_models.c (revision 32440) @@ -251,7 +251,6 @@ } else rnd_message(RND_MSG_ERROR, "STL model not found: %s\n", name); -printf("model: %s -> %s\n", name, full_path); free(full_path); fclose(f); htsp_set(models, rnd_strdup(name), head);