Activity shown for CNC Job generation via context manager.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user