mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 18:32:16 +00:00
fix: merge PythonFileUtils into PluginFsUtils
This commit is contained in:
@@ -1071,7 +1071,7 @@ function RunScriptPlugin(pluginId, capabilityName = "") {
|
||||
if (!plugin || !capability)
|
||||
return;
|
||||
|
||||
SendMessage("run_script_plugin", {
|
||||
SendMessage("run_script_plugin_capability", {
|
||||
plugin_key: pluginId,
|
||||
capability_name: String(capability.name || "")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user