- created a new App Tool named Drilling Tool where I will move the drilling out of the Excellon UI

This commit is contained in:
Marius Stanciu
2020-06-15 19:14:50 +03:00
committed by Marius
parent 87524bcfc9
commit 30d5400da1
6 changed files with 2352 additions and 0 deletions

2338
appTools/ToolDrilling.py Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -19,6 +19,7 @@ from appTools.ToolCutOut import CutOut
from appTools.ToolNCC import NonCopperClear
from appTools.ToolPaint import ToolPaint
from appTools.ToolIsolation import ToolIsolation
from appTools.ToolDrilling import ToolDrilling
from appTools.ToolOptimal import ToolOptimal