Updated comment in CAM Path Utils
This commit is contained in:
committed by
sliptonic
parent
3fcb684326
commit
f1305c099e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user