hello,
it's not really an issue, but I don't find where to post my request.
I wrote a postprocessing script which works well.
I want to use it all the time, but I forget sometimes to load it when I open CURA.
How can I modify PostPressingPlugin.py to automatically load my script ?
my script for exemple is
name : PH1
key : PH2
I tryed to add at the end off def init(self,parent = None):
...
self._script_list.append(self._loaded_scripts"PH2")
but it does not work :(
thanks for your help
regards
hello,
it's not really an issue, but I don't find where to post my request.
I wrote a postprocessing script which works well.
I want to use it all the time, but I forget sometimes to load it when I open CURA.
How can I modify PostPressingPlugin.py to automatically load my script ?
my script for exemple is
name : PH1
key : PH2
I tryed to add at the end off def init(self,parent = None):
...
self._script_list.append(self._loaded_scripts"PH2")
but it does not work :(
thanks for your help
regards