From 7f3dafaa31e7443b7934f1eb2ce3369b01cf17d3 Mon Sep 17 00:00:00 2001 From: luvtofish Date: Wed, 7 Dec 2022 20:49:40 -0600 Subject: [PATCH] Updated tooltip details --- src/Mod/Path/Path/Post/scripts/dynapath_4060_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/Path/Post/scripts/dynapath_4060_post.py b/src/Mod/Path/Path/Post/scripts/dynapath_4060_post.py index ff86a7b809..12222852c4 100644 --- a/src/Mod/Path/Path/Post/scripts/dynapath_4060_post.py +++ b/src/Mod/Path/Path/Post/scripts/dynapath_4060_post.py @@ -42,8 +42,8 @@ and tested on FreeCAD Path workbench bundled with FreeCAD v20. This postprocessor, once placed in the appropriate PathScripts folder, can be used directly from inside FreeCAD, via the GUI importer or via python scripts with: -import delta_post -delta_post.export(object,"/path/to/file.ncc","") +import delta_4060_post +delta_4060_post.export(object,"/path/to/file.ncc","") """ parser = argparse.ArgumentParser(prog="delta_post", add_help=False)