Merge pull request #4573 from Russ4262/fix_pocketshape_warning_msg

[Path] PocketShape: Remove 'verify final depth' warning
This commit is contained in:
sliptonic
2021-03-13 11:54:05 -06:00
committed by GitHub

View File

@@ -379,8 +379,6 @@ class ObjectPocket(PathPocketBase.ObjectPocket):
else:
face.translate(FreeCAD.Vector(0, 0, vFinDep - face.BoundBox.ZMin))
self.horiz.append(face)
msg = translate('Path', 'Verify final depth of pocket shaped by vertical faces.')
PathLog.warning(msg)
# add faces for extensions
self.exts = [] # pylint: disable=attribute-defined-outside-init