- minor change in Geometry Object
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
9.1.2021
|
9.1.2021
|
||||||
|
|
||||||
- attempting to fix issue #492 - when checking for tools present in the database there were some errors in the NCC, ISO, MILL, PAINT and CUTOUT Tools
|
- attempting to fix issue #492 - when checking for tools present in the database there were some errors in the NCC, ISO, MILL, PAINT and CUTOUT Tools
|
||||||
|
- minor change in Geometry Object
|
||||||
|
|
||||||
8.01.2021
|
8.01.2021
|
||||||
|
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ class GeometryObject(FlatCAMObj, Geometry):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.app.log.error("FlatCAMObj.GeometryObject.init() --> %s" % str(e))
|
self.app.log.error("FlatCAMObj.GeometryObject.init() --> %s" % str(e))
|
||||||
|
|
||||||
self.options["startz"] = self.app.defaults["geometry_startz"]
|
self.options["tools_mill_startz"] = self.app.defaults["tools_mill_startz"]
|
||||||
|
|
||||||
# this will hold the tool unique ID that is useful when having multiple tools with same diameter
|
# this will hold the tool unique ID that is useful when having multiple tools with same diameter
|
||||||
self.tooluid = 0
|
self.tooluid = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user