From 797793b4acd9f8c22fdf96753bfd0c50b47027e4 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Fri, 20 Jan 2017 18:32:57 +0800 Subject: [PATCH] Path.Area: make Area.Reorder default to true --- src/Mod/Path/App/AreaParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/App/AreaParams.h b/src/Mod/Path/App/AreaParams.h index 80f8e325f..c3493fa9a 100644 --- a/src/Mod/Path/App/AreaParams.h +++ b/src/Mod/Path/App/AreaParams.h @@ -51,7 +51,7 @@ ((enum,coplanar,Coplanar,2,"Specifies the way to check coplanar.\n"\ "'Force' will discard non coplaner shapes, but 'Check' only gives warning.",\ (None)(Check)(Force)))\ - ((bool,reorder,Reorder,false,"Re-orient closed wires in wire only shapes so that inner wires become holes."))\ + ((bool,reorder,Reorder,true,"Re-orient closed wires in wire only shapes so that inner wires become holes."))\ ((enum,open_mode,OpenMode,0,"Specify how to handle open wires.\n"\ "'None' means combin without openeration.\n"\ "'Edges' means separate to edges before Union.\n"\