Major refactor on post stack

This commit is contained in:
sliptonic
2024-04-24 19:08:28 -05:00
parent d327ceb65b
commit 8022d7df40
6 changed files with 898 additions and 729 deletions

View File

@@ -27,7 +27,7 @@ import PathScripts.PathUtils as PathUtils
from builtins import open as pyopen
TOOLTIP = """
Dumper is an extremely simple postprocessor file for the Path workbench. It is used
Dumper is an extremely simple postprocessor file for the CAM workbench. It is used
to dump the command list from one or more Path objects for simple inspection. This post
doesn't do any manipulation of the path and doesn't write anything to disk. It just
shows the dialog so you can see it. Useful for debugging, but not much else.