Index: dxf.c =================================================================== --- dxf.c (revision 30950) +++ dxf.c (revision 30951) @@ -222,7 +222,7 @@ memcpy(saved_layer_stack, pcb_layer_stack, sizeof(pcb_layer_stack)); - conf_force_set_bool(conf_core.editor.show_solder_side, 0); + rnd_conf_force_set_bool(conf_core.editor.show_solder_side, 0); dxf_ctx.enable_force_thin = options[HA_thin].lng; dxf_ctx.poly_fill = options[HA_poly_fill].lng;