move the storage directory outside the actual plugin code folder

This commit is contained in:
Ian Chua
2026-07-24 18:57:46 +08:00
parent 9513300835
commit 2e246341d1
5 changed files with 39 additions and 30 deletions

View File

@@ -12,6 +12,7 @@
#include <vector>
#define PLUGIN_SUBSCRIBED_DIR "_subscribed"
#define PLUGIN_DATA_DIR "plugin_data"
namespace Slic3r {