ghostkeeper 105
Workaround for now is to open the guide by right-clicking on a setting you'd like to learn about. I'll try to find a solution before the next release of the plug-in. Maybe it helps to replace it with the Cyrillic character "Ѕ", which looks almost the same.
Recommended Posts
Smithy 1,145
This is a problem in connection with the MacOS. MacOS does not allow any menu item starting with "Setting", so the plugin does not display the menu item.
You can fix it yourself, go to the CUra configuration folder, then plugins -> SettingsGuide2 and open the file CuraSettingsGuide.py
Search for this line of code:
self.addMenuItem("Settings Guide", self.startWelcomeGuide)
And use something else for the menu item name:
self.addMenuItem("My Settings Guide", self.startWelcomeGuide)
Restart Cura and it should be shown in the menu bar.
Link to post
Share on other sites
ahoeben 1,985
Pinging @ghostkeeper just in case he is not aware of this.
Link to post
Share on other sites
ghostkeeper 105
Thanks. Indeed I wasn't aware.
Bug reports for my plug-in are best reported here: https://github.com/Ghostkeeper/SettingsGuide/issues
I get a notification then.
Link to post
Share on other sites