chiark / gitweb /
Remove references to the steamengine, call it the CuraEngine.
authordaid303 <daid303@gmail.com>
Thu, 16 May 2013 09:32:33 +0000 (11:32 +0200)
committerdaid303 <daid303@gmail.com>
Thu, 16 May 2013 09:32:33 +0000 (11:32 +0200)
Cura/util/sliceEngine.py

index 4f5e8d7d4b53e2cce9cfaa07de851139791d7a17..13d5536efdb1c1798550e5d829ef6e315ec31ace 100644 (file)
@@ -15,10 +15,10 @@ def getEngineFilename():
        if platform.system() == 'Windows':
                if os.path.exists('C:/Software/Cura_SteamEngine/_bin/Release/Cura_SteamEngine.exe'):
                        return 'C:/Software/Cura_SteamEngine/_bin/Release/Cura_SteamEngine.exe'
        if platform.system() == 'Windows':
                if os.path.exists('C:/Software/Cura_SteamEngine/_bin/Release/Cura_SteamEngine.exe'):
                        return 'C:/Software/Cura_SteamEngine/_bin/Release/Cura_SteamEngine.exe'
-               return os.path.abspath(os.path.join(os.path.dirname(__file__), '../..', 'SteamEngine.exe'))
+               return os.path.abspath(os.path.join(os.path.dirname(__file__), '../..', 'CuraEngine.exe'))
        if hasattr(sys, 'frozen'):
        if hasattr(sys, 'frozen'):
-               return os.path.abspath(os.path.join(os.path.dirname(__file__), '../../../../..', 'SteamEngine'))
-       return os.path.abspath(os.path.join(os.path.dirname(__file__), '../..', 'SteamEngine'))
+               return os.path.abspath(os.path.join(os.path.dirname(__file__), '../../../../..', 'CuraEngine'))
+       return os.path.abspath(os.path.join(os.path.dirname(__file__), '../..', 'CuraEngine'))
 
 def getTempFilename():
        warnings.simplefilter('ignore')
 
 def getTempFilename():
        warnings.simplefilter('ignore')