Index: eps.c =================================================================== --- eps.c (revision 29423) +++ eps.c (revision 29424) @@ -222,8 +222,6 @@ options_ = options; - conf_force_set_bool(conf_core.editor.check_planes, 0); - f = the_file; region.X1 = 0; @@ -304,7 +302,6 @@ eps_print_footer(f); memcpy(pcb_layer_stack, saved_layer_stack, sizeof(pcb_layer_stack)); - pcb_conf_update(NULL, -1); /* restore forced sets */ options_ = NULL; } Index: ps.c =================================================================== --- ps.c (revision 29423) +++ ps.c (revision 29424) @@ -524,8 +524,6 @@ { static int saved_layer_stack[PCB_MAX_LAYER]; - conf_force_set_bool(conf_core.editor.check_planes, 0); - global.f = the_file; global.drill_helper = options[HA_drillhelper].lng; global.drill_helper_size = options[HA_drillhelpersize].crd; @@ -601,7 +599,6 @@ fprintf(the_file, "showpage\n"); memcpy(pcb_layer_stack, saved_layer_stack, sizeof(pcb_layer_stack)); - pcb_conf_update(NULL, -1); /* restore forced sets */ } static void ps_do_export(pcb_hid_t *hid, pcb_hid_attr_val_t *options)