Skip to content

Commit

Permalink
Fix for partial libarea pockets.
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptonic committed Jun 12, 2016
1 parent a02d704 commit f42c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathAreaUtils.py
Expand Up @@ -375,7 +375,7 @@ def pocket(a,tool_radius, extra_offset, stepover, depthparams, from_center, keep
area_for_feed_possible = area.Area(a)
area_for_feed_possible.Offset(extra_offset - 0.01)

use_internal_function = (area.holes_linked() == False) # use internal function, if area module is the Clipper library
use_internal_function = False #(area.holes_linked() == False) # use internal function, if area module is the Clipper library

if use_internal_function:
curve_list = a.MakePocketToolpath(tool_radius, extra_offset, stepover, from_center, use_zig_zag, zig_angle)
Expand Down

0 comments on commit f42c90f

Please sign in to comment.