Changed the name of the stored variable to match FreeCAD-addons

This commit is contained in:
Yorik van Havre 2015-12-02 13:56:43 -02:00
parent cec55b2fa0
commit 12b7b4894d

View file

@ -76,7 +76,7 @@ considered when pushing, so you can place private Parts there.
import FreeCAD, FreeCADGui, Part, zipfile, tempfile, Mesh, os, subprocess
from PySide import QtGui, QtCore
param = FreeCAD.ParamGet('User parameter:Plugins/partlib')
param = FreeCAD.ParamGet('User parameter:Plugins/parts_library')
s = param.GetString('destination')
#print('User parameter:Plugins/partlib : destination : ',s)