- the Plugins object combo boxes are no longer updated on object selection on Project tab generally but only for the Plugin that is current, if any

- in Corner Markers Plugin I added a new feature, ability to insert existing markers into external objects. Finished the work for external Gerbers and work in progress for the external Geometry
This commit is contained in:
Marius Stanciu
2021-10-08 01:53:36 +03:00
committed by Marius
parent 26354e1f9e
commit 6f884f4d64
14 changed files with 453 additions and 122 deletions

View File

@@ -321,10 +321,6 @@ class ToolFollow(AppTool, Gerber):
new_obj.tools = {
1: {
'tooldia': app_obj.dec_format(float(tools_list[0]), self.decimals),
'offset': 'Path',
'offset_value': 0.0,
'type': 'Rough',
'tool_type': 'C1',
'data': deepcopy(new_data),
'solid_geometry': new_obj.solid_geometry
}