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 for Centroid CNC mill'''
TOOLTIP=''' example post for Centroid CNC mill'''
import FreeCAD
import datetime
now = datetime.datetime.now()