-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Help -> Show Configuration Folder should open ~/.local/share/cura #1490
Comments
Could you check if there is a ~/.local/share/cura folder which may contain a plugins folder? |
Sure enough, I do have
|
That's the plugins folder you're supposed to use. |
Help -> Show Configuration Folder should open |
Strictly speaking, the entry is correct since ~/.config/cura is the 'configuration' folder. It is just that on Linux according to XDG specs the configuration and local data folders are separated and we have no real way of distinguishing the two. That said, the menu entry should open the folder with the logs and other stuff you usually want to actually look at and so should open the local data folder on Linux instead of the config folder. |
Or both? Or would that be annoying. |
@probonopd , Did you try adding plugins in Cura version 3.3.1. Since 2.4 version the Cura was significantly improved and adding plugins also. |
@alekseisasin I haven't re-tested it so far since I didn't assume this aspect had been worked on so far. Can't test right now since not on a Linux system atm. |
I only tested in master build, the plugin structure will be changed and I think the new solution will be available in next release. |
@alekseisasin what does Help -> Show Configuration Folder open on your system? |
I see difference on different OS. |
I think this is the most simplest way to add manually plugin. All these steps I did in Cura 3.3.1 |
plugins
there (there is none by default)The plugin is not found.
This is my directory structure:
I also tried to put the
WirelessPrinting
directory directly into the/home/me/.config/cura/
directory but that also does not work.It would be nice if there was a
plugins
directory by default in the Configuration Folder, and if plugins would actually be loaded from there.The text was updated successfully, but these errors were encountered: