File CuraEngine-lulzbot.patch of Package cura-lulzbot
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