Skip to content

Commit

Permalink
Fixed import of PostUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Jul 3, 2019
1 parent 4527f76 commit 6a7cd2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/post/centroid_post.py
Expand Up @@ -25,7 +25,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/post/comparams_post.py
Expand Up @@ -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. '''

Expand Down

0 comments on commit 6a7cd2c

Please sign in to comment.