From a1e8bb13eb053c15ce24946cc0b3bf3b5d5dfe0c Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Sat, 6 May 2017 02:25:37 +0800 Subject: [PATCH] Path.Area: fixed zigzag pocket mode --- src/Mod/Path/App/Area.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index 97e9738c33..92ad2da489 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -1722,7 +1722,7 @@ TopoDS_Shape Area::makePocket(int index, PARAM_ARGS(PARAM_FARG,AREA_PARAMS_POCKE if(!done) { CAreaPocketParams params( tool_radius,extra_offset,stepover,from_center,pm,angle); - CArea in(*myArea),out; + CArea in(*myArea); // MakePcoketToolPath internally uses libarea Offset which somehow demands // reorder before input, otherwise nothing is shown. in.Reorder();