Closed CWempe closed 4 years ago
It would be nice if there was an easy way to copy the variable names you want to use.
Currently you cannot select and Ctrl+C the variable names in the dialog.
Ctrl+C
If this is not possible in the dialog, maybe add a list of the available variables to the README.md and add a link in the dialog.
README.md
For now I use the source code. https://github.com/fieldOfView/Cura-CustomJobPrefix/blob/master/PrintInformationPatches.py#L75
In the above linked commit, I have made the text selectable. I hope that in the future I'll have a better solution where eg clicking on the text will insert the replacementpattern into the textfield.
It would be nice if there was an easy way to copy the variable names you want to use.
Currently you cannot select and
Ctrl+C
the variable names in the dialog.If this is not possible in the dialog, maybe add a list of the available variables to the
README.md
and add a link in the dialog.For now I use the source code.
https://github.com/fieldOfView/Cura-CustomJobPrefix/blob/master/PrintInformationPatches.py#L75