- wip
This commit is contained in:
@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
|
||||
|
||||
=================================================
|
||||
|
||||
21.06.2020
|
||||
|
||||
- wip
|
||||
|
||||
18.06.2020
|
||||
|
||||
- fixed bug in the Cutout Tool that did not allowed the manual cutous to be added on a Geometry created in the Tool
|
||||
|
||||
@@ -552,6 +552,7 @@ class ExcellonObject(FlatCAMObj, Excellon):
|
||||
"milling_type": self.ui.milling_type_radio,
|
||||
|
||||
"milling_dia": self.ui.mill_dia_entry,
|
||||
|
||||
"cutz": self.ui.cutz_entry,
|
||||
"multidepth": self.ui.mpass_cb,
|
||||
"depthperpass": self.ui.maxdepth_entry,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3040,6 +3040,7 @@ class CNCjob(Geometry):
|
||||
# #############################################################################################################
|
||||
points = {}
|
||||
for tool, tool_dict in self.exc_tools.items():
|
||||
if tool in tools:
|
||||
if self.app.abort_flag:
|
||||
# graceful abort requested by the user
|
||||
raise grace
|
||||
|
||||
Reference in New Issue
Block a user