- the GCode generation takes now into consideration the Toolchange X-Y parameter as a starting point

- Milling Plugin - work on it; upgraded the form-to-data_storage methods
This commit is contained in:
Marius Stanciu
2021-03-15 19:29:48 +02:00
committed by Marius
parent 546f4c2361
commit bc29211507
6 changed files with 201 additions and 74 deletions

View File

@@ -1226,7 +1226,7 @@ class ToolDrilling(AppTool, Excellon):
# update UI only if only one row is selected otherwise having multiple rows selected will deform information
# for the rows other that the current one (first selected)
if len(sel_rows) == 1:
if len(sel_rows) <= 1:
self.update_ui()
def update_ui(self):