Added tooltip support for PostProcessor scripts.

This commit is contained in:
Markus Lampert
2016-10-20 16:26:41 -07:00
committed by wmayer
parent 70b445a099
commit bf4783235b
8 changed files with 41 additions and 7 deletions

View File

@@ -21,7 +21,8 @@
#* USA *
#* *
#***************************************************************************
''' Example Post, using Path.Commands instead of Path.toGCode strings for Path gcode output. '''
TOOLTIP=''' Example Post, using Path.Commands instead of Path.toGCode strings for Path gcode output. '''
import FreeCAD
import Path, PathScripts
from PathScripts import PostUtils