Missing import FreeCAD and/or FreeCADGui (again)

This commit is contained in:
cclauss
2019-01-05 21:47:13 +01:00
committed by Yorik van Havre
parent 070a79e271
commit c8a2b21904
6 changed files with 12 additions and 1 deletions

View File

@@ -24,6 +24,9 @@
This macro is used in conjunction with the toolpathparams script to create an object that represents a tool for use in a CNC program. Create a group and then select it- then run the macro.
You will have to edit the parameters inside the Data tab of the tool object.
'''
import FreeCAD
import FreeCADGui
import PathScripts
import toolpathparams as tp