Activity shown for CNC Job generation via context manager.

This commit is contained in:
jpcaram
2015-02-13 14:37:54 -05:00
parent 2c699406f7
commit 9dec4ff32f
3 changed files with 16 additions and 6 deletions

View File

@@ -331,6 +331,7 @@ class Geometry(object):
:return:
"""
log.debug("camlib.clear_polygon()")
assert type(polygon) == Polygon
## The toolpaths
@@ -401,6 +402,8 @@ class Geometry(object):
:return: List of toolpaths covering polygon.
"""
log.debug("camlib.clear_polygon2()")
# Current buffer radius
radius = tooldia / 2 * (1 - overlap)