Skip to content

Commit

Permalink
Add debug messages for #16
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzanneSoy committed Jun 1, 2023
1 parent a6668a6 commit 0371610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ResultsPreferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ def getAllParams():

def paramGroupAction(nfo):
FreeCADGui.runCommand('Std_DlgParameter',0)
print('Open Parameter Editor (parameter group)')
# TODO: find a way to select the desired group in the parameter dialog once it opens

def paramAction(nfo):
FreeCADGui.runCommand('Std_DlgParameter',0)
print('Open Parameter Editor (single parameter)')
# TODO: find a way to select the desired parameter in the parameter dialog once it opens

getters = {
Expand Down

0 comments on commit 0371610

Please sign in to comment.