- Isolation Tool - modified the UI; preparing to add new feature of polishing at the end of the milling job

- Tool Paint - fixed an issue when launching the tool and an object other than Geometry or Excellon is selected
This commit is contained in:
Marius Stanciu
2020-07-11 03:27:28 +03:00
parent 9c928e7ce8
commit ddfc8cf6dc
4 changed files with 91 additions and 15 deletions

View File

@@ -2092,7 +2092,7 @@ class DrillingUI:
_("How much (percentage) of the tool diameter to overlap previous drill hole.")
)
self.drill_overlap_entry = FCDoubleSpinner(callback=self.confirmation_message)
self.drill_overlap_entry = FCDoubleSpinner(suffix='%', callback=self.confirmation_message)
self.drill_overlap_entry.set_precision(self.decimals)
self.drill_overlap_entry.set_range(0.0, 100.0000)
self.drill_overlap_entry.setSingleStep(0.1)