forked from pool/cura-lulzbot
OBS-URL: https://build.opensuse.org/package/show/science/cura-lulzbot?expand=0&rev=10
14 lines
716 B
Diff
14 lines
716 B
Diff
diff --git a/plugins/CuraEngineBackend/CuraEngineBackend.py b/plugins/CuraEngineBackend/CuraEngineBackend.py
|
|
index cbe6b421a..910f01d2e 100644
|
|
--- a/plugins/CuraEngineBackend/CuraEngineBackend.py
|
|
+++ b/plugins/CuraEngineBackend/CuraEngineBackend.py
|
|
@@ -42,7 +42,7 @@ class CuraEngineBackend(QObject, Backend):
|
|
super().__init__(parent = parent)
|
|
# Find out where the engine is located, and how it is called.
|
|
# This depends on how Cura is packaged and which OS we are running on.
|
|
- executable_name = "CuraEngine"
|
|
+ executable_name = "CuraEngine-lulzbot"
|
|
if Platform.isWindows():
|
|
executable_name += ".exe"
|
|
default_engine_location = executable_name
|