Fixed import of PostUtils
This commit is contained in:
@@ -25,7 +25,7 @@ import FreeCAD
|
||||
from FreeCAD import Units
|
||||
import datetime
|
||||
import PathScripts
|
||||
PostUtils = PathScripts.PostUtils
|
||||
import PathScripts.PostUtils as PostUtils
|
||||
|
||||
TOOLTIP = '''
|
||||
This is a postprocessor file for the Path workbench. It is used to
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
import FreeCAD
|
||||
import Path
|
||||
import PathScripts
|
||||
PostUtils = PathScripts.PostUtils
|
||||
import PathScripts.PostUtils as PostUtils
|
||||
|
||||
TOOLTIP = ''' Example Post, using Path.Commands instead of Path.toGCode strings for Path gcode output. '''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user