mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merge branch 'CURA-10475_engineplugin' into CURA-10446_modify_gcode_path
This commit is contained in:
commit
c1acfee5f1
119 changed files with 673 additions and 75 deletions
|
@ -203,7 +203,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
backend_plugins = CuraApplication.getInstance().getBackendPlugins()
|
||||
for backend_plugin in backend_plugins:
|
||||
if backend_plugin.isRunning():
|
||||
continue
|
||||
backend_plugin.stop()
|
||||
# Set the port to prevent plugins from using the same one.
|
||||
backend_plugin.setPort(self._last_backend_plugin_port)
|
||||
self._last_backend_plugin_port += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue