- 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:
Marius Stanciu
2020-11-17 02:00:25 +02:00
committed by Marius
parent b7bf284e61
commit 1332050a6a
4 changed files with 49 additions and 4 deletions

View File

@@ -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: