Tool change support fixes.

This commit is contained in:
jpcaram 2015-02-07 13:41:56 -05:00
parent bba4f3a8bb
commit 6e8f82c487
1 changed files with 3 additions and 1 deletions

View File

@ -612,7 +612,9 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
"drillz": self.ui.cutz_entry,
"travelz": self.ui.travelz_entry,
"feedrate": self.ui.feedrate_entry,
"tooldia": self.ui.tooldia_entry
"tooldia": self.ui.tooldia_entry,
"toolchange": self.ui.toolchange_cb,
"toolchangez": self.ui.toolchangez_entry
})
assert isinstance(self.ui, ExcellonObjectUI)