- added new feature in NCC Tool: now another object can be used as reference for the area extent to be cleared of copper

This commit is contained in:
Marius Stanciu
2019-08-10 14:59:29 +03:00
parent 89717642ed
commit eea66c0311
6 changed files with 120 additions and 7 deletions

View File

@@ -171,8 +171,8 @@ class DblSidedTool(FlatCAMTool):
grid_lay2.addWidget(self.add_point_button, 11, 1)
self.point_entry = EvalEntry()
self.point_box_container.addWidget(self.point_entry)
self.box_combo = QtWidgets.QComboBox()
self.box_combo.setModel(self.app.collection)
self.box_combo.setRootModelIndex(self.app.collection.index(0, 0, QtCore.QModelIndex()))