- changed and added some icons
- fixed the Shortcuts Tab to reflect the actual current shortcut keys - started to work on moving the Isolation Routing from the Gerber Object UI to it's own tool
This commit is contained in:
@@ -568,7 +568,7 @@ class ToolCopperThieving(AppTool):
|
||||
self.app.ui.notebook.setTabText(2, _("Copper Thieving Tool"))
|
||||
|
||||
def install(self, icon=None, separator=None, **kwargs):
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+F', **kwargs)
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+J', **kwargs)
|
||||
|
||||
def set_tool_ui(self):
|
||||
self.units = self.app.defaults['units']
|
||||
|
||||
@@ -396,7 +396,7 @@ class ToolFiducials(AppTool):
|
||||
self.app.ui.notebook.setTabText(2, _("Fiducials Tool"))
|
||||
|
||||
def install(self, icon=None, separator=None, **kwargs):
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+J', **kwargs)
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+F', **kwargs)
|
||||
|
||||
def set_tool_ui(self):
|
||||
self.units = self.app.defaults['units']
|
||||
|
||||
4123
AppTools/ToolIsolation.py
Normal file
4123
AppTools/ToolIsolation.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
||||
|
||||
from AppTools.ToolCalculators import ToolCalculator
|
||||
from AppTools.ToolCalibration import ToolCalibration
|
||||
from AppTools.ToolCutOut import CutOut
|
||||
|
||||
from AppTools.ToolDblSided import DblSidedTool
|
||||
from AppTools.ToolExtractDrills import ToolExtractDrills
|
||||
@@ -16,8 +15,10 @@ from AppTools.ToolDistanceMin import DistanceMin
|
||||
|
||||
from AppTools.ToolMove import ToolMove
|
||||
|
||||
from AppTools.ToolCutOut import CutOut
|
||||
from AppTools.ToolNCC import NonCopperClear
|
||||
from AppTools.ToolPaint import ToolPaint
|
||||
from AppTools.ToolIsolation import ToolIsolation
|
||||
|
||||
from AppTools.ToolOptimal import ToolOptimal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user