- fix an older issue that made that only the Custom choice created an effect when changing the Offset in the Geometry Object Tool Table
This commit is contained in:
@@ -2287,7 +2287,7 @@ class GeometryObject(FlatCAMObj, Geometry):
|
||||
# current_uid = int(k)
|
||||
# break
|
||||
|
||||
if dia_cnc_dict['offset'] == 'in':
|
||||
if dia_cnc_dict['offset'].lower() == 'in':
|
||||
tool_offset = -tooldia_val / 2
|
||||
elif dia_cnc_dict['offset'].lower() == 'out':
|
||||
tool_offset = tooldia_val / 2
|
||||
|
||||
Reference in New Issue
Block a user