Updated comment in CAM Path Utils

This commit is contained in:
Alex Facciorusso
2024-08-14 17:50:11 +01:00
committed by sliptonic
parent 3fcb684326
commit f1305c099e

View File

@@ -91,7 +91,7 @@ class FilenameGenerator:
outputpath, _ = os.path.split(FreeCAD.ActiveDocument.getFileName())
if not outputpath:
outputpath = os.getcwd() ## TODO: This should be avoided as it would give the Freecad executable's path
outputpath = os.getcwd() ## TODO: This should be avoided as it gives the Freecad executable's path in some systems (e.g. Windows)
if not ext:
ext = ".nc"