- in 2Sided Plugin: adding cumulative alignment points using the Ctrl+Shift+LMB now detects if it is a new start in adding alignment drill points

- in 2Sided Plugin: duplicated set of coordinates in Alignment Drills are removed
- in 2Sided Plugin: Shift+LMB will add automatically the clicked coordinates in the Alignment Drills location
This commit is contained in:
Marius Stanciu
2021-10-10 03:11:13 +03:00
parent aef9d97dd7
commit 12dad1792a
4 changed files with 49 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ class Tools2sidedPrefGroupUI(OptionsGroupUI):
param_grid.addWidget(self.drill_dia_entry, 0, 1)
# ## Alignment Axis
self.align_type_label = FCLabel('%s:' % _("Align Axis"))
self.align_type_label = FCLabel('%s:' % _("Type"))
self.align_type_label.setToolTip(
_("The content of the Excellon file.\n"
"X - Pairs of drill holes mirrored vertically from reference point\n"