- remade the CutOut Tool
- finished Manual Cutout Tool by adding utility geometry to the cutting geometry - added CTRL + click behavior for adding manual bridge gaps in Cutout Tool - in Tool Cutout added shortcut key 'Escape' to cancel the current adding of bridge gaps
This commit is contained in:
@@ -3849,7 +3849,6 @@ class FlatCAMGeoEditor(QtCore.QObject):
|
||||
geo = self.active_tool.utility_geometry(data=(x, y))
|
||||
|
||||
if isinstance(geo, DrawToolShape) and geo.geo is not None:
|
||||
|
||||
# Remove any previous utility shape
|
||||
self.tool_shape.clear(update=True)
|
||||
self.draw_utility_geometry(geo=geo)
|
||||
|
||||
Reference in New Issue
Block a user