Index: trunk/src_plugins/export_dxf/dxf.c =================================================================== --- trunk/src_plugins/export_dxf/dxf.c (revision 29421) +++ trunk/src_plugins/export_dxf/dxf.c (revision 29422) @@ -222,8 +222,6 @@ memcpy(saved_layer_stack, pcb_layer_stack, sizeof(pcb_layer_stack)); - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); /* conf_force_set_bool(conf_core.editor.check_planes, 0);*/ conf_force_set_bool(conf_core.editor.show_solder_side, 0); Index: trunk/src_plugins/export_excellon/excellon.c =================================================================== --- trunk/src_plugins/export_excellon/excellon.c (revision 29421) +++ trunk/src_plugins/export_excellon/excellon.c (revision 29422) @@ -221,8 +221,6 @@ pcb_hid_expose_ctx_t ctx; pcb_xform_t xform; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); conf_force_set_bool(conf_core.editor.check_planes, 0); Index: trunk/src_plugins/export_gerber/gerber.c =================================================================== --- trunk/src_plugins/export_gerber/gerber.c (revision 29421) +++ trunk/src_plugins/export_gerber/gerber.c (revision 29422) @@ -543,8 +543,6 @@ gerber_ovr = 0; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); conf_force_set_bool(conf_core.editor.check_planes, 0); Index: trunk/src_plugins/export_openems/export_openems.c =================================================================== --- trunk/src_plugins/export_openems/export_openems.c (revision 29421) +++ trunk/src_plugins/export_openems/export_openems.c (revision 29422) @@ -609,8 +609,6 @@ f = the_file; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); /* conf_force_set_bool(conf_core.editor.check_planes, 0);*/ conf_force_set_bool(conf_core.editor.show_solder_side, 0); Index: trunk/src_plugins/export_openscad/export_openscad.c =================================================================== --- trunk/src_plugins/export_openscad/export_openscad.c (revision 29421) +++ trunk/src_plugins/export_openscad/export_openscad.c (revision 29422) @@ -155,8 +155,6 @@ memcpy(saved_layer_stack, pcb_layer_stack, sizeof(pcb_layer_stack)); - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); /* conf_force_set_bool(conf_core.editor.check_planes, 0);*/ conf_force_set_bool(conf_core.editor.show_solder_side, 0); Index: trunk/src_plugins/export_png/png.c =================================================================== --- trunk/src_plugins/export_png/png.c (revision 29421) +++ trunk/src_plugins/export_png/png.c (revision 29422) @@ -546,8 +546,6 @@ as_shown = options[HA_as_shown].lng; if (!options[HA_as_shown].lng) { - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); /* conf_force_set_bool(conf_core.editor.check_planes, 0);*/ conf_force_set_bool(conf_core.editor.show_solder_side, 0); Index: trunk/src_plugins/export_ps/eps.c =================================================================== --- trunk/src_plugins/export_ps/eps.c (revision 29421) +++ trunk/src_plugins/export_ps/eps.c (revision 29422) @@ -222,8 +222,6 @@ options_ = options; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); conf_force_set_bool(conf_core.editor.check_planes, 0); f = the_file; Index: trunk/src_plugins/export_ps/ps.c =================================================================== --- trunk/src_plugins/export_ps/ps.c (revision 29421) +++ trunk/src_plugins/export_ps/ps.c (revision 29422) @@ -524,8 +524,6 @@ { static int saved_layer_stack[PCB_MAX_LAYER]; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); conf_force_set_bool(conf_core.editor.check_planes, 0); global.f = the_file; Index: trunk/src_plugins/export_svg/svg.c =================================================================== --- trunk/src_plugins/export_svg/svg.c (revision 29421) +++ trunk/src_plugins/export_svg/svg.c (revision 29422) @@ -222,8 +222,6 @@ memcpy(saved_layer_stack, pcb_layer_stack, sizeof(pcb_layer_stack)); { - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); /* conf_force_set_bool(conf_core.editor.check_planes, 0);*/ conf_force_set_bool(conf_core.editor.show_solder_side, 0);