- the Follow Geometry outputted by the Follow Tools is now of type multigeo which means that it can be fused with other multigeo object without much pain
This commit is contained in:
@@ -271,6 +271,8 @@ class ToolFollow(AppTool, Gerber):
|
||||
"""
|
||||
|
||||
def follow_init(new_obj, app_obj):
|
||||
new_obj.multigeo = True
|
||||
|
||||
if type(app_obj.defaults["geometry_cnctooldia"]) == float:
|
||||
tools_list = [app_obj.defaults["geometry_cnctooldia"]]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user