- milling an Excellon file (holes and/or slots) will now transfer the chosen milling bit diameter to the resulting Geometry object

This commit is contained in:
Marius Stanciu
2019-06-19 11:55:45 +03:00
committed by Marius
parent ffa92524f0
commit fe3acc93f4
2 changed files with 6 additions and 0 deletions

View File

@@ -2353,6 +2353,7 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
geo_obj.options['Tools_in_use'] = tool_table_items
geo_obj.options['type'] = 'Excellon Geometry'
geo_obj.options["cnctooldia"] = float(tooldia)
geo_obj.solid_geometry = []
@@ -2447,6 +2448,7 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
geo_obj.options['Tools_in_use'] = tool_table_items
geo_obj.options['type'] = 'Excellon Geometry'
geo_obj.options["cnctooldia"] = float(tooldia)
geo_obj.solid_geometry = []