- minor change in Geometry Object

This commit is contained in:
Marius Stanciu
2021-01-10 03:24:22 +02:00
committed by Marius
parent 8c8b781bdb
commit cbe0542d7d
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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