Changed the name of the stored variable to match FreeCAD-addons
This commit is contained in:
parent
cec55b2fa0
commit
12b7b4894d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue