- Gerber Editor: finished a new tool: Poligonize Tool (ALT+N in Editor). It will fuse a selection of tracks into a polygon. It will fill a selection of polygons if they are apart and it will make a single polygon if the selection is overlapped. All the newly created filled polygons will be stored in aperture '0' (if it does not exist it will be automatically created)

- fixed a bug in Move command in context menu who crashed the app when triggered
- Gerber Editor: when adding a new aperture it will be store as the last selected and it will be used for any tools that are triggered until a new aperture is selected.
This commit is contained in:
Marius Stanciu
2019-04-15 22:48:22 +03:00
parent 2b4beebba2
commit 2ba0b494ff
6 changed files with 64 additions and 35 deletions

View File

@@ -5653,7 +5653,7 @@ class App(QtCore.QObject):
def obj_move(self):
self.report_usage("obj_move()")
self.move_tool.run()
self.move_tool.run(toggle=False)
def on_fileopengerber(self):
"""